home *** CD-ROM | disk | FTP | other *** search
/ Windows Game Programming for Dummies (2nd Edition) / WinGamProgFD.iso / pc / DirectX SDK / DXSDK / samples / Multimedia / DirectShow / Capture / PlayCapMoniker / readme.txt < prev   
Encoding:
Text File  |  2001-10-10  |  636 b   |  13 lines

  1. DirectShow Sample -- PlayCapMoniker
  2. -----------------------------------
  3.  
  4. PlayCapMoniker is a simple video capture device previewer.  Unlike AMCap, it does
  5. not allow you to capture data to a file.  Instead, it searches for the first
  6. available video capture device registered in the system, connects to it,
  7. and begins displaying its video data in a small window.  
  8.  
  9. While the PlayCap sample builds the capture graph manually using the
  10. ICaptureGraphBuilder2 interface, this sample simply finds the moniker of the 
  11. first available capture device, finds its display name, and uses RenderFile() to 
  12. automatically build the graph.
  13.